home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / httpd.xml < prev    next >
Text File  |  2002-09-27  |  2KB  |  52 lines

  1. <search function="httpd">
  2.   <COMMENT>
  3.  
  4.     This search file was initially created by Dave's Quick Search Deskbar
  5.     Search Wizard version 0.5 (beta) on 09/01/02 at 22:28:07
  6.  
  7.     Even though this XML search will probably load and is a healthy start
  8.     toward a completed search, please be aware that this search will probably
  9.     not work as is and will require some human inspection and modification.
  10.  
  11.   </COMMENT>
  12.   <name>What's This Site Running?</name>
  13.   <category>Computers</category>
  14.   <contributor>Thad Kerosky</contributor>
  15.   <link>http://www.netcraft.com/</link>
  16.   <email></email>
  17.   <description>
  18.   Check Netcraft's "Whats this site running?" HTTPD database for a specific web site to get information on a web server.
  19.   </description>
  20.   <form name="netcraftf"
  21.         method="get"
  22.         action="http://www.netcraft.com/">
  23.     <input type="hidden" name="restriction" value="site contains" />
  24.  
  25.     <input type="hidden" name="host" value="" />
  26.     <input type="hidden" name="position" value="limited" />
  27.   </form>
  28.   <script><![CDATA[
  29.     function httpd(q)
  30.     {
  31.       if( nullArgs("httpd", q) )
  32.         return;
  33.  
  34.       if( q == "" )
  35.       {
  36.         openSearchWindow("http://www.netcraft.com/");
  37.         return;
  38.       }
  39.  
  40.       // FORM variables for netcraftf
  41.       //document.netcraftf.restriction.value = "";
  42.  
  43.       // The wizard assigned the search string to this form field value because
  44.       // this field was the active element when the search file was generated.
  45.       // Change this to args.q if the search string is parsed with parseArgs.
  46.       document.netcraftf.host.value = q;
  47.       //document.netcraftf.position.value = "";
  48.  
  49.       submitForm(netcraftf);
  50.     }
  51.   ]]></script>
  52. </search>